home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / DEVCAPS1.ZIP / DEVCAPS1.RC < prev   
Text File  |  1991-11-01  |  586b  |  24 lines

  1. /*-------------------------------
  2.    DEVCAPS1.RC resource script
  3.   -------------------------------*/
  4.  
  5. #include "devcaps1.h"
  6.  
  7. DevCaps MENU
  8. {
  9.   POPUP "&Device"
  10.   {
  11.     MENUITEM "&Screen", IDM_SCREEN, CHECKED
  12.     MENUITEM "&Printer", IDM_PRINTER
  13.   }
  14.   POPUP "&Capabilities"
  15.   {
  16.     MENUITEM "&Basic Information", IDM_BASIC, CHECKED
  17.     MENUITEM "&Other Information", IDM_OTHER
  18.     MENUITEM "&Curve Capabilities", IDM_CURVE
  19.     MENUITEM "&Line Capabilities", IDM_LINE
  20.     MENUITEM "&Polygonal Capabilities", IDM_POLY
  21.     MENUITEM "&Text Capabilities", IDM_TEXT
  22.   }
  23. }
  24.